// Copyright  1993 - 1996 Apple Computer, Inc. All rights reserved.
/*
	Application constants for PreeferMadnessTNG
	
	constants for:
		app preferences
		start sound
*/


// prefs constants

DefConst('kPrefsFrame,		// default prefs settings
	{tag: kAppString,
	 version: 1,
	 startWithSound: nil,
	 onePrefOnly: true,
	 philospherIndex: 0,
	 });

constant kPreferenceTitle := "Preefer Preferences" ;
constant kApplicationPreferenceTitle := "Application" ;


// philisophical constants
DefConst('kPhilPicker, 
				["None", 'pickSeparator, "Plato", "Aristotle",
				"Descartes", "Mill", "Tsunemoto", "Nietzsche",
				"Marx", "Wittgenstien", "Heidegger", "Russell", "Popper", "Dr. Llama"]) ;


// start sound
r := OpenResFileX("PreeferMadness.rsrc");
DefConst('kStartSound, GetSound("Oh la la")) ;
CloseResFileX(r) ;